home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 May
/
Macworld (1998-05).dmg
/
Shareware World
/
Comms & Internet
/
ProTERM_1.2.5.Install
/
ProTERM Mac1.2.5
/
Macros
/
Startup Rebuild
< prev
Wrap
Text File
|
1997-01-22
|
367b
|
15 lines
/**************************************
Adds Rebuild Command to Connect Menu
**************************************/
FUNC startup()
{
// Put the Rebuild Menu command in the Connect menu
IF (MM_LOOKUP("Connect:Rebuild Menu",0) == "") {
MM_CODE(MM_INSERT("Connect:%host%-<","Rebuild Menu",1),
"cmd=menu call='#Sub:Host'");
}
RETURN;
}